home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 14p.dir / 00033_FNMovSw.ls < prev    next >
Encoding:
Text File  |  1999-04-06  |  216 b   |  10 lines

  1. on mouseUp
  2.   global gPcVidSprite, zeoIdle, gFNEngBtnStart
  3.   if sprite(gPcVidSprite).movieRate > 0 then
  4.     sprite(gPcVidSprite).movieRate = 0
  5.   else
  6.     sprite(gPcVidSprite).movieRate = 1
  7.   end if
  8.   setzeoIdle()
  9. end
  10.